projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6948400
)
(distclean): Delete makefile too.
author
Jason Rumney
<jasonr@gnu.org>
Wed, 9 Apr 2008 16:21:34 +0000
(16:21 +0000)
committer
Jason Rumney
<jasonr@gnu.org>
Wed, 9 Apr 2008 16:21:34 +0000
(16:21 +0000)
(maintainer-clean): New target.
src/makefile.w32-in
patch
|
blob
|
history
diff --git
a/src/makefile.w32-in
b/src/makefile.w32-in
index e4562adc95af98b6fdf15392ac3b65dc0d8c65cf..28fddaaeb5d8b6ad5a011354a207f753c15f4acb 100644
(file)
--- a/
src/makefile.w32-in
+++ b/
src/makefile.w32-in
@@
-264,8
+264,11
@@
clean:
- $(DEL_TREE) $(OBJDIR)
- $(DEL) stamp_BLD
-distclean: clean
- - $(DEL) config.h epaths.h
+distclean: cleanall
+ - $(DEL) config.h epaths.h Makefile
+
+maintainer-clean: distclean
+ - $(DEL) TAGS
cleanall: clean
- $(DEL_TREE) obj